home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcshx10a.zip / PCSHX10A.EXE / PCSHX.EXE / CNV.SED next >
Text File  |  1991-10-09  |  139b  |  15 lines

  1. /^---/ {
  2. a --
  3. d
  4. }
  5. /^\*\*/ {
  6. s/^\*\*\* FILE \(.*\):/\1/
  7. h
  8. d
  9. }
  10. /^$/ d
  11. G
  12. s/^\(\d*\)\([:-]\)\(.*\)\n\(.*\)/\4\2\1\2\3/
  13. p
  14. $ i --
  15.